home *** CD-ROM | disk | FTP | other *** search
- Path: pravda.aa.msen.com!not-for-mail
- From: crandall@mail.msen.com (Chad Randall)
- Newsgroups: comp.sys.amiga.graphics
- Subject: Re: CLI command from IFF8 to GIF ?
- Date: 22 Jan 1996 12:53:04 GMT
- Organization: Msen, Inc. -- Ann Arbor, MI.
- Distribution: world
- Message-ID: <4e01bg$m80@pravda.aa.msen.com>
- References: <4dvlj3$dbm@info.epfl.ch>
- NNTP-Posting-Host: conch.aa.msen.com
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Christopher Potter (potter@patpserv.epfl.ch) wrote:
- : I am looking for a CLI command to transform IFF 256 coulours in GIF.
- :
- : The amgif.lha from Aminet does not work for more than 6 col.
- :
- : I need a command (and therefore not a package like ImageFX) because
- : the conversion is done in a script.
- :
-
- Like I've pointed many people in the past. Get the "netpbm" archive
- from Aminet. It's contained in a few archives, but you'll only need the
- ones marked with a *
-
- *ilbmtoppm.lha gfx/pbm 111K 32+Ilbmtoppm/ppmtoilbm update
- manuals.lha gfx/pbm 141K 90+Netpbm 01mar94 - formatted manuals
- pbmbin.lha gfx/pbm 483K 90+Netpbm 01mar94 - PBM binaries
- pgmbin.lha gfx/pbm 278K 90+Netpbm 01mar94 - PGM binaries
- pnmbin.lha gfx/pbm 622K 90+Netpbm 01mar94 - PNM binaries
- pnmtopng.lha gfx/pbm 83K 18+PBM/PGM/PPM <-> PNG conversion
- ppm2AGA16.lha gfx/pbm 309K 43+High quality ppm/JPEG to AGA converter
- *ppmbin1.lha gfx/pbm 643K 90+Netpbm 01mar94 - PPM binaries #1
- *ppmbin2.lha gfx/pbm 239K 90+Netpbm 01mar94 - PPM binaries #2
-
- Then, type this:
-
- ilbmtoppm file.iff >file.ppm
- ppmtogif file.ppm >file.gif
- delete file.ppm
-